'Declaration
Public Function New( _ ByVal component As ListBox(Of T) _ )
public ListBoxBuilder<T>( ListBox<T> component )
Parameters
- component
- The C1.Web.Mvc.ListBox<T> object to be configurated.
'Declaration
Public Function New( _ ByVal component As ListBox(Of T) _ )
public ListBoxBuilder<T>( ListBox<T> component )